builder: Remove unused typedef
authorTimm Bäder <mail@baedert.org>
Sun, 3 Jan 2021 11:33:25 +0000 (12:33 +0100)
committerTimm Bäder <mail@baedert.org>
Tue, 5 Jan 2021 07:53:13 +0000 (08:53 +0100)
gtk/gtkbuilderprivate.h

index 7750b5b841c03860426b188d602c5160a2f7ea10..74c688b2def0d236dc626a55635587aa1a5086e9 100644 (file)
@@ -190,8 +190,6 @@ typedef struct {
   GHashTable *object_ids;
 } ParserData;
 
-typedef GType (*GTypeGetFunc) (void);
-
 /* Things only GtkBuilder should use */
 GBytes * _gtk_buildable_parser_precompile (const char               *text,
                                            gssize                    text_len,